home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / scherz programme / explode / explode.h < prev    next >
Text File  |  1996-04-07  |  517b  |  43 lines

  1.  
  2. static struct IntuiText IText3 = {
  3.  1,0,JAM1,
  4.  26,30,
  5.  NULL,
  6.  "(September, 26th 1989)",
  7.  NULL
  8. };
  9.  
  10. static struct IntuiText IText2 = {
  11.  1,0,JAM1,
  12.  25,19,
  13.  NULL,
  14.  "written by Bruno Costa",
  15.  &IText3
  16. };
  17.  
  18. static struct IntuiText IText1 = {
  19.  3,0,JAM1,
  20.  71,6,
  21.  NULL,
  22.  "Explode 1.2",
  23.  &IText2
  24. };
  25.  
  26. #define IntuiTextList1 IText1
  27.  
  28. static struct NewWindow NewWindowStructure1 = {
  29.  207,71,
  30.  227,47,
  31.  0,1,
  32.  NULL,
  33.  SIMPLE_REFRESH+BORDERLESS+RMBTRAP+NOCAREREFRESH,
  34.  NULL,
  35.  NULL,
  36.  NULL,
  37.  NULL,
  38.  NULL,
  39.  5,5,
  40.  640,200,
  41.  WBENCHSCREEN
  42. };
  43.